added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBAzureWorkflowService35 / WorkflowServiceWebRole / WorkflowServiceWebRole.vbproj
blobfaa00264debc5bf20db23dc0902573f564f840f5
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{3D445EC4-E4D2-4A4B-852D-4764F10C00C4}</ProjectGuid>
9     <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
10     <OutputType>Library</OutputType>
11     <RootNamespace>WorkflowServiceWebRole</RootNamespace>
12     <AssemblyName>WorkflowServiceWebRole</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <MyType>Custom</MyType>
15     <OptionExplicit>On</OptionExplicit>
16     <OptionCompare>Binary</OptionCompare>
17     <OptionStrict>Off</OptionStrict>
18     <OptionInfer>On</OptionInfer>
19   </PropertyGroup>
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21     <DebugSymbols>true</DebugSymbols>
22     <DebugType>full</DebugType>
23     <DefineDebug>true</DefineDebug>
24     <DefineTrace>true</DefineTrace>
25     <OutputPath>bin\</OutputPath>
26     <DocumentationFile>WorkflowServiceWebRole.xml</DocumentationFile>
27     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugType>pdbonly</DebugType>
31     <DefineDebug>false</DefineDebug>
32     <DefineTrace>true</DefineTrace>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\</OutputPath>
35     <DocumentationFile>WorkflowServiceWebRole.xml</DocumentationFile>
36     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
37   </PropertyGroup>
38   <ItemGroup>
39     <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
40       <SpecificVersion>False</SpecificVersion>
41     </Reference>
42     <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
43       <SpecificVersion>False</SpecificVersion>
44     </Reference>
45     <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
46       <SpecificVersion>False</SpecificVersion>
47     </Reference>
48     <Reference Include="System" />
49     <Reference Include="System.Data" />
50     <Reference Include="System.Drawing" />
51     <Reference Include="System.Core">
52       <RequiredTargetFramework>3.5</RequiredTargetFramework>
53     </Reference>
54     <Reference Include="System.Data.DataSetExtensions">
55       <RequiredTargetFramework>3.5</RequiredTargetFramework>
56     </Reference>
57     <Reference Include="System.Web.Extensions">
58       <RequiredTargetFramework>3.5</RequiredTargetFramework>
59     </Reference>
60     <Reference Include="System.Xml.Linq">
61       <RequiredTargetFramework>3.5</RequiredTargetFramework>
62     </Reference>
63     <Reference Include="System.Web" />
64     <Reference Include="System.Xml" />
65     <Reference Include="System.Configuration" />
66     <Reference Include="System.Web.Services" />
67     <Reference Include="System.EnterpriseServices" />
68     <Reference Include="System.Web.Mobile" />
69   </ItemGroup>
70   <ItemGroup>
71     <Import Include="Microsoft.VisualBasic" />
72     <Import Include="System" />
73     <Import Include="System.Collections" />
74     <Import Include="System.Collections.Generic" />
75     <Import Include="System.Data" />
76     <Import Include="System.Linq" />
77     <Import Include="System.Xml.Linq" />
78     <Import Include="System.Diagnostics" />
79     <Import Include="System.Collections.Specialized" />
80     <Import Include="System.Configuration" />
81     <Import Include="System.Text" />
82     <Import Include="System.Text.RegularExpressions" />
83     <Import Include="System.Web" />
84     <Import Include="System.Web.Caching" />
85     <Import Include="System.Web.SessionState" />
86     <Import Include="System.Web.Security" />
87     <Import Include="System.Web.Profile" />
88     <Import Include="System.Web.UI" />
89     <Import Include="System.Web.UI.WebControls" />
90     <Import Include="System.Web.UI.WebControls.WebParts" />
91     <Import Include="System.Web.UI.HtmlControls" />
92   </ItemGroup>
93   <ItemGroup>
94     <Content Include="Default.aspx" />
95     <Content Include="ProcessDataWorkflowService.svc" />
96     <Content Include="Web.config" />
97   </ItemGroup>
98   <ItemGroup>
99     <Compile Include="Default.aspx.vb">
100       <SubType>ASPXCodeBehind</SubType>
101       <DependentUpon>Default.aspx</DependentUpon>
102     </Compile>
103     <Compile Include="Default.aspx.designer.vb">
104       <DependentUpon>Default.aspx</DependentUpon>
105     </Compile>
106     <Compile Include="My Project\AssemblyInfo.vb" />
107     <Compile Include="My Project\Application.Designer.vb">
108       <AutoGen>True</AutoGen>
109       <DependentUpon>Application.myapp</DependentUpon>
110     </Compile>
111     <Compile Include="My Project\MyExtensions\MyWebExtension.vb">
112       <VBMyExtensionTemplateID>Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID>
113       <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
114     </Compile>
115     <Compile Include="My Project\Resources.Designer.vb">
116       <AutoGen>True</AutoGen>
117       <DesignTime>True</DesignTime>
118       <DependentUpon>Resources.resx</DependentUpon>
119     </Compile>
120     <Compile Include="My Project\Settings.Designer.vb">
121       <AutoGen>True</AutoGen>
122       <DependentUpon>Settings.settings</DependentUpon>
123       <DesignTimeSharedInput>True</DesignTimeSharedInput>
124     </Compile>
125     <Compile Include="WebRole.vb" />
126   </ItemGroup>
127   <ItemGroup>
128     <EmbeddedResource Include="My Project\Resources.resx">
129       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
130       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
131       <CustomToolNamespace>My.Resources</CustomToolNamespace>
132       <SubType>Designer</SubType>
133     </EmbeddedResource>
134   </ItemGroup>
135   <ItemGroup>
136     <None Include="My Project\Application.myapp">
137       <Generator>MyApplicationCodeGenerator</Generator>
138       <LastGenOutput>Application.Designer.vb</LastGenOutput>
139     </None>
140     <None Include="My Project\Settings.settings">
141       <Generator>SettingsSingleFileGenerator</Generator>
142       <CustomToolNamespace>My</CustomToolNamespace>
143       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
144     </None>
145   </ItemGroup>
146   <ItemGroup>
147     <ProjectReference Include="..\WFServiceLibrary\WFServiceLibrary.vbproj">
148       <Project>{BEC5D735-89D1-4324-8F1A-CE9309A23B61}</Project>
149       <Name>WFServiceLibrary %28VBAzureWorkflowService35\WFServiceLibrary%29</Name>
150     </ProjectReference>
151   </ItemGroup>
152   <ItemGroup>
153     <Folder Include="App_Data\" />
154   </ItemGroup>
155   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
156   <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
157   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
158        Other similar extension points exist, see Microsoft.Common.targets.
159   <Target Name="BeforeBuild">
160   </Target>
161   <Target Name="AfterBuild">
162   </Target>
163   -->
164   <ProjectExtensions>
165     <VisualStudio>
166       <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
167         <WebProjectProperties>
168           <UseIIS>False</UseIIS>
169           <AutoAssignPort>True</AutoAssignPort>
170           <DevelopmentServerPort>21057</DevelopmentServerPort>
171           <DevelopmentServerVPath>/</DevelopmentServerVPath>
172           <IISUrl>
173           </IISUrl>
174           <NTLMAuthentication>False</NTLMAuthentication>
175           <UseCustomServer>False</UseCustomServer>
176           <CustomServerUrl>
177           </CustomServerUrl>
178           <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
179         </WebProjectProperties>
180       </FlavorProperties>
181     </VisualStudio>
182   </ProjectExtensions>
183 </Project>